type runtime.specialWeakHandle

6 uses

	runtime (current package)
		mgcmark.go#L402: 					spw := (*specialWeakHandle)(unsafe.Pointer(sp))
		mheap.go#L804: 	h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
		mheap.go#L2440: type specialWeakHandle struct {
		mheap.go#L2576: 	s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
		mheap.go#L2656: 		handle = ((*specialWeakHandle)(unsafe.Pointer(*iter))).handle
		mheap.go#L2813: 		sw := (*specialWeakHandle)(unsafe.Pointer(s))